github.com/go-faster/jx.value.rune (method)

7 uses

	github.com/go-faster/jx (current package)
		dec_str.go#L29: func (v value) rune(r rune) value {
		dec_str.go#L263: 				return v.rune(r1), nil
		dec_str.go#L270: 				return d.escapedChar(v.rune(r1), c)
		dec_str.go#L278: 				v = v.rune(r1).rune(r2)
		dec_str.go#L280: 				v = v.rune(combined)
		dec_str.go#L283: 			v = v.rune(r1)